home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / ubiquity / target-config / 25modules < prev    next >
Text File  |  2008-11-11  |  102b  |  9 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. if [ -f /etc/modules ]; then
  5.     cp -a /etc/modules /target/etc/modules
  6. fi
  7.  
  8. exit 0
  9.